ScriptType Enumeration
Represents which script are currently active for a portion of text.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
Public Enumeration ScriptType
| Latin | 0 |
All latin script-dependent attributes are active.
|
| Asian | 1 |
All asian script-dependent attributes are active.
|
| Complex | 2 |
All complex script-dependent attributes are active.
|
| Ignore | 3 |
All script-dependent attributes are applied to all script types. This is available on default styles only.
|
| None | 4 |
None.
|